home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / gfx / show / svoUtah22.lha / svoUtahRLE / source / UtahRLE.h < prev   
C/C++ Source or Header  |  1995-04-14  |  512b  |  33 lines

  1.  
  2.  /* UtahRLE.h
  3.     - Include File for UtahRLE Support Routines -
  4.     (c) 1995 by Andreas R. Kleinert
  5.     Last changes : 14.04.1995
  6.  */
  7.  
  8. #ifndef UtahRLE_H
  9. #define UtahRLE_H
  10.  
  11.  
  12. #ifndef MACROS_H
  13. #include "macros.h"
  14. #endif /* MACROS_H */
  15.  
  16. #ifdef N
  17. #undef N
  18. #endif /* N */
  19.  
  20. #include "URT/include/rle.h"
  21.  
  22. #define N (NULL)
  23.  
  24.  /* ************** */
  25.  /* UtahRLE Header */
  26.  /* ************** */
  27.  
  28.  /* not used for the SVObject; we use the supplied functions instead */
  29.  
  30. #define RLE_ID ((UWORD) 0x52cc)
  31.  
  32. #endif /* UtahRLE_H */
  33.